You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > MaxEvery Method > Matrix.MaxEvery Method ([In] TMtxVec, [In] TMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.MaxEvery Method ([In] TMtxVec, [In] TMtxVec)

Compare all Vec1 elements with corresponding Vec2 elements and store bigger value in Self.

Syntax
C#
Visual Basic
public TMtxVec MaxEvery([In] TMtxVec Vec1, [In] TMtxVec Vec2);

Stores the results in to the calling object. Size and TMtxVec.Complex property of calling object are adjusted automatically to match those of Vec1 and Vec2. An exception is raised if Vec1 and Vec2 size and TMtxVec.Complex property do not match. Supports real value data only.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!